.grid_box_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  width: 100%;
  /* grid-gap: 18rpx; */
  grid-row-gap: 20px;
  grid-column-gap: 15px;
}

.grid_item_product {
  width: 285px;
  height: 280px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.06);
  opacity: 1;
  border-radius: 4px;
  padding: 20px 20px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.grid_product_bg {
  background-image: url("/static/images/product_header_bg.png");
  background-repeat: no-repeat;
  background-size: 205px 95px;
  background-position: right top;
  box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.06);
  transform: translateY(-15px);
}

.pro_header {
  border-bottom: 1px solid #eee;
}

.pro_header img {
  height: 45px;
  height: 45px;
  margin-right: 12px;
}

.pro_header .title {
  height: 25px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
}
.grid_item_title {
  font-size: 13px;
  font-family: PingFang SC;
  color: #999;
}
.pro_header .badge {
  width: 56px;
  height: 19px;
  border: 1px solid #2a7efb;
  border-radius: 2px;
  font-size: 12px;
  font-family: PingFang SC;
  line-height: 12px;
  color: #2a7efb;
  margin-left: 6px;
}

.pro_body .picture {
  width: 245px;
  height: 148px;
  background-color: #dfeafc;
  border-radius: 2px;
}

.pro_body .picture img {
  width: 245px;
  height: 148px;
  border-radius: 2px;
}

.pro_body .grid_item_info {
  width: 245px;
  height: 170px;
}

.pro_body .grid_item_info .title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.pro_body .grid_item_info .desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}

.pro_body .grid_item_info .btn {
  width: 90px;
  height: 34px;
  border: 1px solid #2a7efb;
  border-radius: 3px;
  font-size: 13px;
  color: #2a7efb;
}
.pro_body .grid_item_info .btn a {
  color: #2a7efb;
}
.pro_body .grid_item_info .btn_active {
  background-color: #2a7efb;
  color: #fff;
}

.grid_box_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  width: 100%;
  grid-gap: 10px;
}

.section1 {
  height: 800px;
  background-image: url("/static/images/index_banner.png");
  position: relative;
}

.swiper {
  --swiper-pagination-color: #fff;
}

.mySwiper .swiper-pagination {
  /* width: 20% !important; */
  bottom: 80px !important;
  /* left: 20% !important; */
}

.mySwiper .swiper-pagination-bullet {
  width: 40px !important;
  height: 6px !important;
  background-color: #e6f0ff !important;
  border-radius: 0 !important;
}
.mySwiper .swiper-pagination-bullet:active {
  box-shadow: none;
  outline: none;
}
.mySwiper img {
  width: 100%;
}
.swiper-container {
  height: 430px;
}
.swiper-container img {
  width: 218px;
  height: 390px;
}
.swiper-container .swiper-pagination {
  bottom: -3px !important;
}
.swiper-container .swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #fff !important;
}
.ad_box {
  position: absolute;
  width: 1200px;
  height: 104px;
  background: #fff;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: auto;
  top: -52px;
  z-index: 8;
  /* padding-left: 50px; */
}

.center_line {
  position: relative;
}

.center_line ::after {
  content: "";
  width: 1px;
  height: 57px;
  background: #eee;
  position: absolute;
  top: 4px;
  right: 0;
}

.ad_box_item {
  width: 50%;
}

.ad_box_item img {
  width: 70px;
}

.ad_title {
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}
.ad_box_item {
  transition: all 0.7s;
}
.ad_box_item:hover {
  transform: translateY(-5px);
}
.ad_text {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin-top: 8px;
}
.ad_text a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  margin-right: 5px;
}
.ad_title:hover {
  color: #2a7efb;
}
.ad_text a:hover {
  color: #2a7efb;
}
.ad_text div ~ div {
  margin-left: 5px;
}
.section2 {
  /* height: 896px; */
  background-image: url("/static/images/section2_bg.png");
  position: relative;
}

.section3 {
  height: 788px;
  background-image: url("/static/images/shangjairuzhu.jpg");
  position: relative;
}
.section3_content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.advantage {
  height: 896px;
  background-image: url("/static/images/advantage_bg.png");
  position: relative;
}

.advantage_content {
  height: 628px;
  margin: 52px auto 0;
  background-image: url("/static/images/advantage_content_bg.png");
  position: relative;
}

.advantage_content .center {
  width: 491px;
  height: 209px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  background-image: url("/static/images/center_line.png");
  background-size: cover;
  transform: translateX(-50%);
}

.advantage_content_tit {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 20px;
  color: #333333;
}

.advantage_content_desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  padding-top: 10px;
}

.advantage_content_img {
  width: 84px;
  height: 84px;
}

.bushu_aninmate {
  animation: kf-s2t 1.2s linear 0.8s infinite alternate;
}

@keyframes kf-s2t {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

.kuangjia {
  position: absolute;
  top: 300px;
  left: 440px;
}

.zx_diy {
  position: absolute;
  top: 300px;
  right: 460px;
}

.ym_code {
  position: absolute;
  bottom: 230px;
  left: 480px;
}

.cx_update {
  position: absolute;
  bottom: 230px;
  right: 480px;
}

.dl_bushu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 320px;
}

.center_img {
  width: 474.8px;
  height: 373.8px;
}
#article_desc {
  opacity: 0.8;
}
.fun_border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.section4 {
  height: 900px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, #eff1f9 0%, #f9f9fc 100%);
}

.section4 img {
  width: 100%;
}

.section5 {
  height: 870px;
  background-image: url("/static/images/section7_bg.png");
}

.section5 .slider {
  height: 694px;
}

.section5 .slider_item {
  width: 270px;
  height: 102px;
  box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.13);
}

.section5 .slider_icon {
  width: 50px;
  height: 50px;
}

.section5 .slider_num {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.section5 .slider_desc {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 25px;
  color: #444444;
}

.section5 .map {
  width: 810px;
  height: 620px;
  margin: 30px 0 0 50px;
  background-image: url("/static/images/map1.png");
  background-size: cover;
  position: relative;
}
.section5 .map_star {
  width: 810px;
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeIn 1.5s linear 1.5s infinite alternate;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section6 {
  height: 602px;
  background-image: url("/static/images/index_section6_bg.png");
  background-size: cover;
}

.section6 .service {
  width: 150px;
  height: 244px;
  border: 1px solid #ffffff;
  background: linear-gradient(153deg, #eaeef5 0%, #ffffff 100%);
  box-shadow: 0px 3px 20px rgba(5, 36, 82, 0.07);
  border-radius: 2px;
  cursor: pointer;
  transition: all 1s;
}

.section6 .active {
  width: 400px;
  background: #2a7efb;
  color: #fff;
  background-image: url("/static/images/baozhang_bg.png");
  background-size: 124px 124px;
  background-position: right top;
  background-repeat: no-repeat;
}

.service_content img {
  width: 30px;
}

.service_content .service_title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 18px;
  color: #ffffff;
  margin: 20px 0 24px;
}

.service_content .sm_line {
  width: 22px;
  height: 3px;
  background-color: #fff;
}

.service_content .service_desc {
  width: 308px;
  height: 46px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-top: 20px;
}

.section7 {
  /*height: 776px;*/
  /* background-image: url('/static/images/mask.png'); */
  background-size: cover;
}
.scroll_x img {
  box-shadow: 0px 5px 12px rgba(121, 148, 193, 0.1);
}
.row_left_animation {
  animation: 20s rowup-left linear infinite alternate;
}
.row_right_animation {
  animation: 20s rowup-right linear infinite alternate;
}
@keyframes rowup-left {
  0% {
    transform: translate3d(160px, 0, 0);
  }
  100% {
    transform: translate3d(-480px, 0, 0);
  }
}

@keyframes rowup-right {
  0% {
    transform: translate3d(-480px, 0, 0);
  }
  100% {
    transform: translate3d(160px, 0, 0);
  }
}
.scroll_x {
  width: 1200px;
  overflow: hidden;
}
.mask_left {
  position: absolute;
  top: 200px;
  left: 0;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  z-index: 6;
  width: 158px;
  height: 577px;
}
.mask_right {
  position: absolute;
  top: 200px;
  right: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  z-index: 6;
  width: 158px;
  height: 577px;
}

.section8 {
  height: 764px;
}

.new_card {
  width: 386px;
  height: 458px;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.new_card_header {
  width: 386px;
  height: 175px;
  background-size: cover;
}

.card_info .en_info {
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.8;
}

.card_info .keyword {
  /* height: 33px; */
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 300;
  /* line-height: 33px; */
  color: #ffffff;
  opacity: 0.8;
}

.card_info .card_info_tit {
  /* height: 33px; */
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  /* line-height: 33px; */
  color: #ffffff;
}

.dongtai {
  background-image: url("/static/images/index_dongtai.png");
}

.hangye {
  background-image: url("/static/images/index_news.png");
}

.operation {
  background-image: url("/static/images/index_operating.png");
}

.new_card_body {
  padding: 16px 27px 18px;
}

.new_card_body .news_title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 26px;
  color: #282828;
  width: 281px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_card_body .news_title:hover {
  color: #2a7efb;
}
.new_card_body .news_desc {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999;
  margin-top: 10px;
  width: 332px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
  cursor: pointer;
}

.new_card_body .line {
  border-bottom: 1px solid #eee;
}

.new_card_body .list {
  padding-top: 4px;
}

.new_card_body .list .time {
  width: 50px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
}

.new_card_body .list .new_info {
  width: 282px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #282828;
  font-size: 14px;
  /* padding-top: 16px; */
}
.new_card_body .list .new_info:hover {
  color: #2a7efb;
}
.left_menu {
  width: 200px;
  height: 540px;
  background: rgba(23, 24, 27, 0.5);
  box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
  backdrop-filter: blur(14px);
  padding: 56px 0 0;
  cursor: pointer;
}

.left_menu .menu_item {
  width: 180px;
  height: 56px;
  line-height: 56px;
  text-align: left;
  padding-left: 25px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}

.left_menu .active {
  background: #2a7efb;
  border-radius: 0px 4px 4px 0px;
}

.right_proview {
  width: 270px;
  height: 540px;
  background: rgba(23, 24, 27, 0.5);
  backdrop-filter: blur(14px);
}

.right_proview .picture {
  width: 240px;
  height: 390px;
  background-image: url("/static/images/dizuo.png");
  background-repeat: no-repeat;
  background-size: 234px 264px;
  background-position: bottom;
}

.article_content {
  height: 540px;
  width: 730px;
  background: rgba(23, 24, 27, 0.4);
  backdrop-filter: blur(14px);
  padding: 56px 40px 0;
}

.article_content .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}

.article_content .active {
  background-color: #2a7efb;
  border: 1px solid #2a7efb;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation: pulse 1.5s linear 1.5s infinite alternate;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.qrcode_mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.proview_qr {
  width: 340px;
  height: 398px;
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.proview_qr .header {
  width: 100%;
  height: 74px;
  background-image: url("/static/images/code_top_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.proview_qr .code_body .qrocde {
  width: 210px;
  height: 210px;
  margin-top: 30px;
}
.proview_qr .code_body .detail {
  width: 273px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
}
.proview_qr .code_body .text_blue {
  color: #2a7efb;
}
.proview_qr .close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
}
.proview_qrs {
  width: 340px;
  height: 398px;
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}
.proview_qrs .header {
  width: 100%;
  height: 74px;
  background-image: url("/static/images/code_top_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}

.proview_qrs .code_body .qrocde {
  width: 210px;
  height: 210px;
  margin-top: 30px;
}
.proview_qrs .code_body .detail {
  width: 273px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-top: 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
}
.proview_qrs .code_body .text_blue {
  color: #2a7efb;
}
.proview_qrs .close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
}

/*.footer-awords {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 1000;*/
/*    width: 100%;*/
/*    height: 101px;*/
/*    background: url('/static/images/activity-bg.png');*/
/*    background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	opacity: .9;*/
/*    color: #fff;*/
/*}*/
/*.foote-awords-slider {*/
/*    width: 1213px;*/
/*	height: 130px;*/
/*    margin: -29px auto;*/
/*	position: relative;*/
/*	background: url('/static/images/activity_1.png');*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*}*/
/*.foote-awords-slider-item {*/
/*    align-items: center;*/
/*    !* justify-content: space-between; *!*/
/*}*/
/*.foote-awords-slider-item img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*	position: absolute;*/
/*    top: 34px;*/
/*    right: 150px;*/
/*	cursor: pointer;*/
/*}*/
/*.foote-awords-slider-item-content {*/
/*    font-size: 16px;*/
/*    font-family: PingFang SC;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*}*/
.item1 span {
  font-size: 22px;
  font-family: PingFang SC-中黑体, PingFang SC;
  font-weight: normal;
}
.item1 .info {
  margin-right: 14px;
}
.item2 span {
  font-size: 35px;
}
/*.footer-awords .code {*/
/*	!* margin-left: 266px; *!*/
/*}*/
/*.footer-awords .discount {*/
/*	!* margin-left: 390px; *!*/
/*}*/
/*.footer-awords .item2 {*/
/*    width: 1200px;*/
/*	height: 148px;*/
/*    color: #FFE003;*/
/*    line-height: 26px;*/
/*    font-family: PingFang SC-常规体, PingFang SC;*/
/*    font-weight: normal;*/
/*	font-size: 35px;*/
/*}*/
.m-l-32 {
  margin-left: 32px;
}
.m-r-32 {
  margin-right: 32px;
}
.more-btn {
  width: 86px;
  height: 36px;
  background: linear-gradient(135deg, #fffb16 0%, #f8b90b 100%);
  border-radius: 4px;
  margin-left: 80px;
  margin-right: 70px;
  text-align: center;
  line-height: 36px;
}
.f-s-40 {
  font-size: 40px;
}
.m-t-32 {
  margin-top: 32px;
}
.f-s-46 {
  font-size: 46px;
  color: #ffe003;
}
.more-btn .btn {
  font-size: 14px;
  font-weight: 400;
  color: #de3493;
  transition: all 0.5s linear;
}
.close-btn {
  font-size: 22px;
  cursor: pointer;
  color: #b7c8e8;
  position: absolute;
  top: -7px;
  right: 0;
}
.fonts {
  color: #ffffff;
  font-family: PingFang SC-中黑体, PingFang SC;
  font-weight: bold;
}
.position_relative {
  position: relative;
}
.position_relative .text {
  position: absolute;
  top: 65px;
  left: 118px;
  font-size: 13px;
  color: #707070;
}
